home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997: The Complete Utilities Toolkit / macworld-complete-utilities-1997.iso / Desktop ⁄ Finder / FinderProgressBar 2.0 / SafeFatProgressBar.r < prev    next >
Encoding:
Text File  |  1995-03-11  |  464 b   |  16 lines  |  [TEXT/MPCC]

  1. #include "RegisterSafeFat.r"
  2.  
  3. //-----
  4. // Pretty much copied directly from the instructions given in MixedMode.r and FatCodeResource.r
  5. //-----
  6.  
  7. type 'CDEF' as 'Rdes';
  8.  
  9. resource 'CDEF' (200, "SafeFatFinderProgressBar") {
  10.     $0003BB0,                                        // 68K ProcInfo for a CDEF
  11.     $0003BB0,                                        // PowerPC ProcInfo for a CDEF
  12.     $$Resource("68KProgressBar", 'CDEF', 200),        // The 680x0 resource file.
  13.     $$Resource("PPCProgressBar", 'CDEF', 200)        // The PPC resource file.
  14. };
  15.  
  16.